Skip to content

build(deps): bump gif from 0.11.1 to 0.11.3#155

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gif-0.11.3
Closed

build(deps): bump gif from 0.11.1 to 0.11.3#155
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gif-0.11.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 18, 2021

Bumps gif from 0.11.1 to 0.11.3.

Changelog

Sourced from gif's changelog.

v0.11.3

Bugfixes:

  • Fix panic while decoding some images, has no precise cause in the file.
  • Warn about set_extensions being unimplemented...

Features:

  • Added StreamingDecoder::version to query the precise version of the standard used for encoding the file. This is merely a hint.
  • Added DecodeOptions::allow_unknown_blocks to skip over unknown or unspecified block kinds.

Optimization:

  • Frame::from_rgba now recognizes when less than 256 colors are being used, dynamically skipping the quantization phase.
  • Encoding image chunks is faster and simpler

v0.11.2

  • Fix panic when LZW code size is invalid
  • Added option to omit check for lzw end code
Commits
  • 1df06bb Add changelog for 0.11.3
  • f71ccf3 Bump version
  • a9f6ab5 Merge pull request #115 from image-rs/version-and-polish
  • 39b91c7 Fix typos spotted by review
  • 5d35786 Change check example to be permissive
  • 7a6f443 Polish documentation of MemoryLimits
  • 74fa5fe Make version number available in interface
  • b893af5 Add a simple decode-check program
  • 8cae31c Merge pull request #114 from andylizi/reuse-buffer
  • b6bba74 Switch to into_vec in LZW encoding for better performance
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gif](https://github.com/image-rs/image-gif) from 0.11.1 to 0.11.3.
- [Release notes](https://github.com/image-rs/image-gif/releases)
- [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md)
- [Commits](image-rs/image-gif@v0.11.1...v0.11.3)

---
updated-dependencies:
- dependency-name: gif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 18, 2021

The following labels could not be found: rust, dependencies.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 4, 2022

Superseded by #208.

@dependabot dependabot Bot closed this Jul 4, 2022
@dependabot dependabot Bot deleted the dependabot/cargo/gif-0.11.3 branch July 4, 2022 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants